home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Amiga Format CD 24
/
Amiga Format AFCD24 (Feb 1998, Issue 108).iso
/
-in_the_mag-
/
emulation
/
-otherstuff-
/
xfs208_beta
/
mount.dev
< prev
next >
Wrap
Text File
|
1998-01-20
|
915b
|
32 lines
/*
So long as you remember to put devd in L:, you
can use this file to mount the dev: handler thus:-
mount dev: from mount.dev
Once started, you can access an exec device as a file.
Access device and unit required as dev:<device>,<unit> eg:-
copy dev:mfm.device,0 ram:temp
will copy the whole of a pc disk in unit 0 to file ram:temp
if you use the fd.device, it automatically determines the size
and layout of the disk, so if you insert an amiga disk and type
copy dev:fd.device,0 ram:temp
the file ram:temp will be an amiga disk image of 901120 bytes (880k),
but if you insert a spectrum disk and type the same command, the file
would be 819200 bytes (800k), and this still applies to single-sided,
40 track, 256 bytes per sector, 18 sector disks, which would result
in a disk image file of 184320 bytes (180k).
*/
DEV:
Handler = L:devd
Stacksize = 8192
Priority = 5
GlobVec = -1
#